home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cre@te Online 2000 December
/
Cre@teOnline CD05.iso
/
MacSoft
/
XML Instance.sea
/
XML Instance
/
Required
/
ldapjdk.jar
/
netscape
/
ldap
/
client
/
opers
/
JDAPAddResponse.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1999-04-13
|
804 b
|
20 lines
package netscape.ldap.client.opers;
import java.io.IOException;
import netscape.ldap.ber.stream.BERElement;
import netscape.ldap.ber.stream.BERTag;
public class JDAPAddResponse extends JDAPResult implements JDAPProtocolOp {
public JDAPAddResponse(BERElement var1) throws IOException {
super(((BERTag)var1).getValue());
}
public int getType() {
return 9;
}
public String toString() {
return "AddResponse " + super.getParamString();
}
}